home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 October / Enter 10 2006.iso / boot / isolinux / initrd / in / etc / udev / udev.conf
Encoding:
Text File  |  2006-04-03  |  942 b   |  32 lines

  1. # udev.conf
  2. # The main config file for udev
  3. #
  4. # This file can be used to override some of udev's default values
  5. # for where it looks for files, and where it places device nodes.
  6.  
  7.  
  8. # udev_root - where in the filesystem to place the device nodes
  9. udev_root="/dev/"
  10.  
  11. # udev_db - The name and location of the udev database.
  12. udev_db="/dev/.udev.tdb"
  13.  
  14. # udev_rules - The name and location of the udev rules dir
  15. udev_rules="/etc/udev/rules.d"
  16.  
  17. # default_mode - set the default mode for all nodes that have no
  18. #                explicit match in the permissions file
  19. default_mode="0660"
  20.  
  21. # default_owner - set the default owner for all nodes that have no
  22. #                 explicit match in the permissions file
  23. default_owner="root"
  24.  
  25. # default_group - set the default group for all nodes that have no
  26. #                 explicit match in the permissions file
  27. default_group="root"
  28.  
  29. # udev_log - set to "yes" if you want logging, else "no"
  30. udev_log="no"
  31.  
  32.